Scheduler for WinForms
BaseCollection<T> クラス
メンバ 

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 : BaseCollection<T> クラス
The type of the objects which will be stored in the collection. It should be derived from the BasePersistableObject class and have the default parameter-less constructor.
The BaseCollection<T> is a base generic class for all collections in C1Schedule object model.
オブジェクト モデル
BaseCollection<T> クラス
シンタックス
'宣言
 
Public Class BaseCollection(Of T As BasePersistableObject) 
   Inherits C1.Schedule.C1ObservableKeyedCollection(Of Guid,T)
型パラメータ
T
The type of the objects which will be stored in the collection. It should be derived from the BasePersistableObject class and have the default parameter-less constructor.
継承階層

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
         C1.Schedule.C1ObservableKeyedCollection<TKey,TItem>
            C1.Schedule.BaseCollection<T>
               C1.Schedule.AppointmentCollection
               C1.Schedule.CategoryCollection
               C1.Schedule.ContactCollection
               C1.Schedule.LabelCollection
               C1.Schedule.ResourceCollection
               C1.Schedule.StatusCollection

参照

BaseCollection<T> メンバ
C1.Schedule 名前空間